Attachment(String, Stream) Constructor

Initializes a new instance of the Attachment class based on the supplied stream.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public Attachment(
	string fileName,
	Stream stream
)

Parameters

fileName  String
Attachment file name.
stream  Stream
A stream.

See Also